home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
- #import "Contour.h"
- #import <appkit/View.h>
- #import <appkit/Application.h>
- #import <appkit/PrintInfo.h>
- #import <dpsclient/wraps.h>
- #import <appkit/Font.h>
- #import <appkit/FontManager.h>
- #import <appkit/ScrollView.h>
-
- @interface ContourView:View
- {
- id theFontManager;
- id contourParam;
- id printColorAccessory;
- float ppxunit, ppyunit; /* pixels per xunit, pixels per y unit */
- id newTitleFont;
- id newLabelFont;
- NXPoint oldMin, oldMax;
- }
-
- -contourAndDraw;
- -gridAndDraw;
-
- - initFrame:(const NXRect *)frameRect;
- - clear:sender;
- - doPrinting:sender;
- - setDrawColor:(float) color;
- - doPrinting:sender;
-
- // Any subclass of View needs to implement its own drawSelf method
- - drawSelf: (const NXRect *)rects :(int)rectCount;
-
- /*
- * We implement the mouseDown method to allow zooming and also to allow
- * moving the legend box. We lean heavily on the code in the
- * /NextDeveloper/Examples/Mandelbrot directory.
- */
- - mouseDown:(NXEvent *)e;
-
- - saveEPS:sender;
- - savePSCode:(char *)aFile;
- - copyPScode:sender;
- @end
-
-
-
-
-
-